Skip to content

BUG: Fix scatter plot colors in groupby context to match line plot behavior (#59846) #61233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

myenugula
Copy link
Contributor

@myenugula myenugula requested a review from rhshadrach as a code owner April 5, 2025 16:16
def f(self):
return self.plot(*args, **kwargs)
# Special case for scatter plots to enable automatic colors in groupby context
if kwargs.get("kind") == "scatter":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the issue report, this plot works with kine="line". Why do we need all this logic for scatter but it just work for line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Automatic change of color when the plot type is "line" but not when it is "scatter"
2 participants